net/http.response.reqBody (field)
6 uses
	net/http (current package)
		server.go#L427: 	reqBody          io.ReadCloser
		server.go#L1100: 		reqBody:       req.Body,
		server.go#L1462: 			_, err := io.CopyN(io.Discard, w.reqBody, maxPostHandlerReadBytes+1)
		server.go#L1471: 				err = w.reqBody.Close()
		server.go#L1724: 	w.reqBody.Close()
		server.go#L1957: 				inFlightResponse.reqBody.Close()
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |